CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - physical memory

搜索资源列表

  1. DirectAccessMEM

    0下载:
  2. Windows98下直接访问物理内存(带部分源代码)-Windows98 direct access to physical memory (with source code)
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:7329
    • 提供者:王震
  1. 用 C 语言编写 Windows 服务程序的五个步骤

    1下载:
  2. Windows 服务被设计用于需要在后台运行的应用程序以及实现没有用户交互的任务。为了学习这种控制台应用程序的基础知识,C(不是C++)是最佳选择。本文将建立并实现一个简单的服务程序,其功能是查询系统中可用物理内存数量,然后将结果写入一个文本文件。最后,你可以用所学知识编写自己的 Windows 服务。-Windows service is commonly used by program which running without intactive with users. To learn
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:30783
    • 提供者:杨杰
  1. PhysMemSource

    0下载:
  2. Windows NT有映射物理内存到一个Device,这个源码告诉你怎么去访问物理内存。-Windows NT are mapping physical memory to a Device, the source tell you how to access physical memory.
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:29491
    • 提供者:李中国
  1. Win95和NT下直接存取物理内存和端口IO地址的程序

    0下载:
  2. Win95和NT下直接存取物理内存和端口IO地址的程序-Win95 and NT direct access to physical memory addresses and port IO procedures
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:110665
    • 提供者:吴均
  1. Linux内存管理模拟器

    1下载:
  2. Linux下使用c语言实现的内存管理模拟器 假设有台计算机物理内存大小为4MB,每个内存页大小为4k。采用分页机制,使用二级页表,第一级为页目录,共有1024项,每个页目录项指向一个页表,每个页表项指向一个实际的物理页面,每个页表共有1024个页表项。假设页目录和页表不占用内存空间。 系统中还有一个交换设备,采用分块管理机制,每块大小为4K,共1024个。有一系列内存访问指令,系统根据内存访问指令的内存虚地址访问内存。如果页目录项为空,则分配一个页表,并将相关值存入页目录项,如果页表项为空,
  3. 所属分类:操作系统开发

    • 发布日期:2008-10-13
    • 文件大小:4583
    • 提供者:罗鹏魁
  1. Delphi-hide-porcess

    1下载:
  2. Delphi下真正隐藏进程的代码,由VC的代码转成D的,不是采用hook的方法实现的,真正从物理内存中去隐藏,绝大部分进程查看器找不着,效果不错-Delphi genuine process of hidden code, the code by VC D conversion. instead of using the hook method, and from physical memory to conceal most of the process viewer could not fi
  3. 所属分类:钩子与API截获

    • 发布日期:2008-10-13
    • 文件大小:178253
    • 提供者:cy
  1. HDDIO

    1下载:
  2. 直接访问硬件端口和物理内存.读硬盘参数和主板BIOS信息。-direct access to hardware ports and physical memory. Reading drive and motherboard BIOS parameter information.
  3. 所属分类:通讯编程

    • 发布日期:2008-10-13
    • 文件大小:3506
    • 提供者:liuqing
  1. windowsbios

    0下载:
  2. 大家都知道,windows接管了对物理内存的直接存取,而bios信息存在物理内存 的f000:0000处,关键就是如何读取物理内存。 函数说明 第一个函数ZwOpenSection用来打开section,第一个参数是指向HANDLE变量的指针,第二个是访问参数,第三个是指向OBJECT_ATTRIBUTES的指针 第二个函数ZwMapViewOfSection用来建立物理内存和当前进程的一段物理内存的联系,参数很多,一会在例程里再详细解释 第三个函数ZwUnmapV
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:67690
    • 提供者:王涛
  1. Buddy.ZIP

    0下载:
  2. Linux物理内存分配方法:伙伴系统算法原码-Linux physical memory allocation method : Partnership original algorithm system code
  3. 所属分类:uCOS开发

    • 发布日期:2008-10-13
    • 文件大小:6753
    • 提供者:yuweiE
  1. memory

    0下载:
  2. 跨进程内存读取.通常,跨进程读写内存,用到ReadProcessMemory, WriteProcessMemory, 但需要进程句柄,如果目标进程受到保护,可能获得进程句柄会失败.不同的进程的虚拟地址被映射到了物理内存中不同的页面.每个进程的虚拟地址的范围是相同的,但是实际的映射却是物理内存内中的不同部分.假如我们直接读取目标进程的虚拟地址映射的物理地址,是否可以达到预期的要求.当然这是肯定的,!-Cross-process memory read. In general, cross-pro
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-02
    • 文件大小:693118
    • 提供者:qiurun
  1. checksysinfo

    0下载:
  2. delphi源代码。监测系统性能,可显示物理内存使用情况,CPU使用情况,以及磁盘的读写情况。本人原创,不妥之处还请高手指点。对开发系统资源应用方面可参考一下。-delphi source code. Monitoring system performance, can display physical memory usage, CPU usage, as well as disk read and write cases. I created, the inadequacies also r
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-05
    • 文件大小:224926
    • 提供者:suibian
  1. SourceWinIO

    0下载:
  2. The WinIo library allows 32-bit Windows applications to directly access I/O ports and physical memory. It bypasses Windows protection mechanisms by using a combination of a kernel-mode device driver and several low-level programming techniques. -The
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-02
    • 文件大小:77434
    • 提供者:ChameLeon
  1. mm-dram

    0下载:
  2. This module implements a Linux character-mode device-driver for the processor s installed physical memory. It utilizes the kernel s kmap() function, as a uniform way to provide access to all the memory-zones (including the "high memory" on s
  3. 所属分类:Driver Develop

    • 发布日期:2017-03-30
    • 文件大小:8347
    • 提供者:jeevan
  1. Memoryinfo

    0下载:
  2. Gets and shows info about physical memory -Gets and shows info about physical memory ...
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-29
    • 文件大小:111637
    • 提供者:stxneos
  1. DRIVER

    0下载:
  2. 如何加内存!一种User Mode下访问物理内存及Kernel Space的实现-How do I increase the memory! Of a User Mode to access physical memory, and the realization of Kernel Space
  3. 所属分类:Driver Develop

    • 发布日期:2017-04-05
    • 文件大小:30116
    • 提供者:helen
  1. physical_memory

    0下载:
  2. 本文档详细介绍了物理内存的基本内容,并且讲述了内存静态分区和动态分区方法-This document details the basic elements of physical memory, and memory about the static and dynamic partition method of Division
  3. 所属分类:matlab

    • 发布日期:2017-03-28
    • 文件大小:130111
    • 提供者:grain
  1. Memory

    0下载:
  2. 界面比较友好,能比较清楚地看到物理内存和虚拟内存的大小和使用情况;还能整理内存。-More friendly interface, can more clearly see the physical memory and virtual memory size and usage can order memory.
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-08
    • 文件大小:37239
    • 提供者:吴彬逸
  1. Get-Memory-Info

    0下载:
  2. 获取物理内存的参数,虽然简单,但是是熟悉WINDOW高阶编程的很重要的一步!-Access to physical memory parameters, although simple, but it is a very important step familiar with the high-end programming of the WINDOW!
  3. 所属分类:Windows Kernel

    • 发布日期:2017-03-29
    • 文件大小:12551
    • 提供者:沈辉
  1. Get-Memory-Information

    0下载:
  2. Delphi获取内存信息,包括内存使用百分比,总物理内存,未使用物理内存,交换文件大小-Delphi access memory, including memory usage percentage of total physical memory, not physical memory, swap file size, etc.
  3. 所属分类:Windows Kernel

    • 发布日期:2017-11-06
    • 文件大小:167473
    • 提供者:杨可
  1. Linux-memory-management

    0下载:
  2. Linux内存管理,物理内存、虚拟内存。物理地址,虚拟地址,线性地址等等之间的关系。-Linux memory management, physical memory, virtual memory. Physical address, the virtual address, so the relationship between the linear address.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-01
    • 文件大小:179586
    • 提供者:刘通
« 12 3 4 5 6 7 8 9 10 ... 13 »
搜珍网 www.dssz.com